home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / TOP.DIR / copy.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  1.2 KB  |  28 lines

  1. COPY  -  copy messages into another mail file
  2.  
  3. Usage:  COPY [/type] filename [message-sequence]
  4.   Unless specified, /type is "/mbox" and message-sequence is "current".
  5.  
  6. The COPY command copies messages to another mail file, and also leaves 
  7.   them in the current mail file (compare to MOVE).  
  8.  
  9. If the mail file named exists, COPY adds copies of the messages to the end 
  10.   of the file.  If the mail file does not exist, COPY creates it, unless
  11.   the variable auto-create-files is set to NO.  If a directory is not 
  12.   specified with the filename, COPY assumes the MAIL-DIRECTORY, which by 
  13.   default is your home directory. 
  14.  
  15. If a type is not specified, /mbox is used for new files and the existing
  16.   type is retained for existing files.  Use the type /mbox unless you also 
  17.   use another mail system that needs another format.  /babyl and /mtxt 
  18.   are the other types. 
  19.   
  20. Examples:
  21.     MM>copy oldmail                #copies the current message
  22.     MM>copy oldmail 1,3:6          #specifying messages by number
  23.     MM>copy fred.mail from fred    #specifying messages from fred
  24.  
  25. For more help type "help" and one of these topics:
  26.   message-sequence   get   examine   move   headers   filing
  27.   set auto-create-files   set default-mail-type   set mail-directory
  28.